home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / advert.dxr / scripts_6_change still.ls < prev    next >
Encoding:
Text File  |  2000-08-30  |  592 b   |  21 lines

  1. property psp_mysprite, pi_myheight, pi_mywidth
  2. global gl_shownadvertsStill, nextvideolist
  3.  
  4. on beginSprite me
  5.   psp_mysprite = sprite(me.spriteNum)
  6.   pi_myheight = psp_mysprite.height
  7.   pi_mywidth = psp_mysprite.width
  8. end
  9.  
  10. on initstill me
  11.   nextstilllist = nextvideolist
  12.   psp_mysprite.member = nextstilllist.stillname
  13.   psp_mysprite.height = pi_myheight
  14.   psp_mysprite.width = pi_mywidth
  15.   sendAllSprites(#initbannerad, nextstilllist.banner)
  16. end
  17.  
  18. on getPropertyDescriptionList me
  19.   return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
  20. end
  21.